home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
rush_hou.swf
/
scripts
/
frame_4
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
223b
|
14 lines
tb = getBytesTotal();
lb = getBytesLoaded();
v = int(lb / tb * 100);
_preloader.bar._xscale = v;
_preloader._pretxtPercent.text = v + "%";
if(lb < tb)
{
gotoAndPlay(_currentframe - 1);
}
else
{
play();
}